GrapeCity.Xaml.SpreadSheet.Data
ToArray Method (NotifyCollectionBase<T>)


Converts the collection to an array.
Syntax
'Declaration
 
Public Overridable Function ToArray() As T()
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim value() As T
 
value = instance.ToArray()
public virtual T[] ToArray()

Return Value

Returns an array object that contains all the items in the collection.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options